home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / source / lib / powerd_lib.lha / PowerD_PPC / Out.d < prev    next >
Text File  |  2001-03-29  |  77b  |  4 lines

  1. OPT    PPC,NOEXE,NOSTD
  2.  
  3. PROC Out(fh:PTR,char:L)(L) IS Write(fh,[char,0]:CHAR,1)
  4.